ErrorHandler.assertExit

If you're running on a loop or need to concat your failure message, prefer using assertLazyExit.

class ErrorHandler
static
void
assertExit
(,
string onAssertionFailure = "Assertion Failure"
,
string file = __FILE__
,
size_t line = __LINE__
,
string mod = __MODULE__
,
string func = __PRETTY_FUNCTION__
)

Meta